home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-12-04 | 789 b | 64 lines | [TEXT/ttxt] |
- /*
- Iron Eagle
- by David Neill Rayhawk
- -- 1 December 1999
- */
-
- Resn=1,
-
- Durn="1.5",
-
- // Camera tails the function
- CamX="70",
- CamY="0",
- CamZ="10",
-
- CmLX="0",
- CmLY="0",
- CmLZ="0",
-
- // Colour tends to red w/height
- // Overall scheme is blue
- // Luminocity increases as it approaches camera
- // Front of function is actually to dim to see
- R="mag(s) * dt",
- G="0",
- B="dt",
-
- CUpX="cos(t/1)",
- CUpY="cos(t/2)",
- CUpZ="sin(t/3)",
-
-
- // Music Colour of the current instant
- LvlR="0",
- LvlG="mag(s)/2",
- LvlB="0",
-
-
- // Window
- widt=800,heig=600,
-
-
- // Gridlines on both axes
- ConL=1,ConB=1,
-
- // Fall oh-so-quick
- Fall="1",
-
- // No Blur
- Blrs=0,
-
- // Yanked from My Malia [what can I say?, Andy did it right]
- D0="2 * s - 1",
-
- X="120 * dt",
- Y="40 * d0",
- Z="14 * abs ((mag (s)))",
-
- Scal="500",
- ScSz=1,
-
- Pers="60",
-
- Vers=30